Class: Aws::Types::AssociateEnvironmentRoleInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


365
366
367
# File 'sig/types.rbs', line 365

def domain_identifier
  @domain_identifier
end

#environment_identifier::String

Returns the value of attribute environment_identifier.

Returns:

  • (::String)


366
367
368
# File 'sig/types.rbs', line 366

def environment_identifier
  @environment_identifier
end

#environment_role_arn::String

Returns the value of attribute environment_role_arn.

Returns:

  • (::String)


367
368
369
# File 'sig/types.rbs', line 367

def environment_role_arn
  @environment_role_arn
end