Class: Aws::Types::AssociateEnvironmentOperationsRoleMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#environment_name::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

def environment_name
  @environment_name
end

#operations_role::String

Returns the value of attribute operations_role.

Returns:

  • (::String)


110
111
112
# File 'sig/types.rbs', line 110

def operations_role
  @operations_role
end