Class: Aws::Types::CustomPermissions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2782
2783
2784
# File 'sig/types.rbs', line 2782

def arn
  @arn
end

#capabilitiesTypes::Capabilities

Returns the value of attribute capabilities.

Returns:



2784
2785
2786
# File 'sig/types.rbs', line 2784

def capabilities
  @capabilities
end

#custom_permissions_name::String

Returns the value of attribute custom_permissions_name.

Returns:

  • (::String)


2783
2784
2785
# File 'sig/types.rbs', line 2783

def custom_permissions_name
  @custom_permissions_name
end

#governanceTypes::Governance

Returns the value of attribute governance.

Returns:



2785
2786
2787
# File 'sig/types.rbs', line 2785

def governance
  @governance
end