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)


2913
2914
2915
# File 'sig/types.rbs', line 2913

def arn
  @arn
end

#capabilitiesTypes::Capabilities

Returns the value of attribute capabilities.

Returns:



2915
2916
2917
# File 'sig/types.rbs', line 2915

def capabilities
  @capabilities
end

#custom_permissions_name::String

Returns the value of attribute custom_permissions_name.

Returns:

  • (::String)


2914
2915
2916
# File 'sig/types.rbs', line 2914

def custom_permissions_name
  @custom_permissions_name
end

#governanceTypes::Governance

Returns the value of attribute governance.

Returns:



2916
2917
2918
# File 'sig/types.rbs', line 2916

def governance
  @governance
end