Class: Aws::Types::UpdateCustomPermissionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


12036
12037
12038
# File 'sig/types.rbs', line 12036

def 
  @aws_account_id
end

#capabilitiesTypes::Capabilities

Returns the value of attribute capabilities.

Returns:



12038
12039
12040
# File 'sig/types.rbs', line 12038

def capabilities
  @capabilities
end

#custom_permissions_name::String

Returns the value of attribute custom_permissions_name.

Returns:

  • (::String)


12037
12038
12039
# File 'sig/types.rbs', line 12037

def custom_permissions_name
  @custom_permissions_name
end

#governanceTypes::Governance

Returns the value of attribute governance.

Returns:



12039
12040
12041
# File 'sig/types.rbs', line 12039

def governance
  @governance
end