Class: Aws::DataZone::Types::AssociateEnvironmentRoleInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifierString

The ID of the Amazon DataZone domain in which the environment role is associated.

Returns:

  • (String)


1003
1004
1005
1006
1007
1008
1009
# File 'lib/aws-sdk-datazone/types.rb', line 1003

class AssociateEnvironmentRoleInput < Struct.new(
  :domain_identifier,
  :environment_identifier,
  :environment_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#environment_identifierString

The ID of the Amazon DataZone environment.

Returns:

  • (String)


1003
1004
1005
1006
1007
1008
1009
# File 'lib/aws-sdk-datazone/types.rb', line 1003

class AssociateEnvironmentRoleInput < Struct.new(
  :domain_identifier,
  :environment_identifier,
  :environment_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#environment_role_arnString

The ARN of the environment role.

Returns:

  • (String)


1003
1004
1005
1006
1007
1008
1009
# File 'lib/aws-sdk-datazone/types.rb', line 1003

class AssociateEnvironmentRoleInput < Struct.new(
  :domain_identifier,
  :environment_identifier,
  :environment_role_arn)
  SENSITIVE = []
  include Aws::Structure
end