Class: Aws::DataZone::Types::DisassociateEnvironmentRoleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DisassociateEnvironmentRoleInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain in which an environment role is disassociated.
-
#environment_identifier ⇒ String
The ID of the environment.
-
#environment_role_arn ⇒ String
The ARN of the environment role.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain in which an environment role is disassociated.
5370 5371 5372 5373 5374 5375 5376 |
# File 'lib/aws-sdk-datazone/types.rb', line 5370 class DisassociateEnvironmentRoleInput < Struct.new( :domain_identifier, :environment_identifier, :environment_role_arn) SENSITIVE = [] include Aws::Structure end |
#environment_identifier ⇒ String
The ID of the environment.
5370 5371 5372 5373 5374 5375 5376 |
# File 'lib/aws-sdk-datazone/types.rb', line 5370 class DisassociateEnvironmentRoleInput < Struct.new( :domain_identifier, :environment_identifier, :environment_role_arn) SENSITIVE = [] include Aws::Structure end |
#environment_role_arn ⇒ String
The ARN of the environment role.
5370 5371 5372 5373 5374 5375 5376 |
# File 'lib/aws-sdk-datazone/types.rb', line 5370 class DisassociateEnvironmentRoleInput < Struct.new( :domain_identifier, :environment_identifier, :environment_role_arn) SENSITIVE = [] include Aws::Structure end |