Class: DatadogAPIClient::V2::AWSAssumeRole
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AWSAssumeRole
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/aws_assume_role.rb
Overview
The definition of AWSAssumeRole
object.
Instance Attribute Summary collapse
-
#account_id ⇒ Object
readonly
AWS account the connection is created for.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#external_id ⇒ Object
External ID used to scope which connection can be used to assume the role.
-
#principal_id ⇒ Object
AWS account that will assume the role.
-
#role ⇒ Object
readonly
Role to assume.
-
#type ⇒ Object
readonly
The definition of
AWSAssumeRoleType
object.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#account_id ⇒ Object
AWS account the connection is created for
25 26 27 |
# File 'lib/datadog_api_client/v2/models/aws_assume_role.rb', line 25 def account_id @account_id end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/aws_assume_role.rb', line 39 def additional_properties @additional_properties end |
#external_id ⇒ Object
External ID used to scope which connection can be used to assume the role
28 29 30 |
# File 'lib/datadog_api_client/v2/models/aws_assume_role.rb', line 28 def external_id @external_id end |
#principal_id ⇒ Object
AWS account that will assume the role
31 32 33 |
# File 'lib/datadog_api_client/v2/models/aws_assume_role.rb', line 31 def principal_id @principal_id end |
#role ⇒ Object
Role to assume
34 35 36 |
# File 'lib/datadog_api_client/v2/models/aws_assume_role.rb', line 34 def role @role end |
#type ⇒ Object
The definition of AWSAssumeRoleType
object.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/aws_assume_role.rb', line 37 def type @type end |