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)


12460
12461
12462
# File 'sig/types.rbs', line 12460

def 
  @aws_account_id
end

#capabilitiesTypes::Capabilities

Returns the value of attribute capabilities.

Returns:



12462
12463
12464
# File 'sig/types.rbs', line 12462

def capabilities
  @capabilities
end

#custom_permissions_name::String

Returns the value of attribute custom_permissions_name.

Returns:

  • (::String)


12461
12462
12463
# File 'sig/types.rbs', line 12461

def custom_permissions_name
  @custom_permissions_name
end

#governanceTypes::Governance

Returns the value of attribute governance.

Returns:



12463
12464
12465
# File 'sig/types.rbs', line 12463

def governance
  @governance
end