Class: Aws::Types::DisassociateEnvironmentRoleInput

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)


2130
2131
2132
# File 'sig/types.rbs', line 2130

def domain_identifier
  @domain_identifier
end

#environment_identifier::String

Returns the value of attribute environment_identifier.

Returns:

  • (::String)


2131
2132
2133
# File 'sig/types.rbs', line 2131

def environment_identifier
  @environment_identifier
end

#environment_role_arn::String

Returns the value of attribute environment_role_arn.

Returns:

  • (::String)


2132
2133
2134
# File 'sig/types.rbs', line 2132

def environment_role_arn
  @environment_role_arn
end