Class: Aws::Types::AddPolicyGrantInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


141
142
143
# File 'sig/types.rbs', line 141

def client_token
  @client_token
end

#detailTypes::PolicyGrantDetail

Returns the value of attribute detail.



140
141
142
# File 'sig/types.rbs', line 140

def detail
  @detail
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


135
136
137
# File 'sig/types.rbs', line 135

def domain_identifier
  @domain_identifier
end

#entity_identifier::String

Returns the value of attribute entity_identifier.

Returns:

  • (::String)


137
138
139
# File 'sig/types.rbs', line 137

def entity_identifier
  @entity_identifier
end

#entity_type"DOMAIN_UNIT", ...

Returns the value of attribute entity_type.

Returns:

  • ("DOMAIN_UNIT", "ENVIRONMENT_BLUEPRINT_CONFIGURATION", "ENVIRONMENT_PROFILE", "ASSET_TYPE")


136
137
138
# File 'sig/types.rbs', line 136

def entity_type
  @entity_type
end

#policy_type"CREATE_DOMAIN_UNIT", ...

Returns the value of attribute policy_type.

Returns:

  • ("CREATE_DOMAIN_UNIT", "OVERRIDE_DOMAIN_UNIT_OWNERS", "ADD_TO_PROJECT_MEMBER_POOL", "OVERRIDE_PROJECT_OWNERS", "CREATE_GLOSSARY", "CREATE_FORM_TYPE", "CREATE_ASSET_TYPE", "CREATE_PROJECT", "CREATE_ENVIRONMENT_PROFILE", "DELEGATE_CREATE_ENVIRONMENT_PROFILE", "CREATE_ENVIRONMENT", "CREATE_ENVIRONMENT_FROM_BLUEPRINT", "CREATE_PROJECT_FROM_PROJECT_PROFILE", "USE_ASSET_TYPE")


138
139
140
# File 'sig/types.rbs', line 138

def policy_type
  @policy_type
end

#principalTypes::PolicyGrantPrincipal

Returns the value of attribute principal.



139
140
141
# File 'sig/types.rbs', line 139

def principal
  @principal
end