Class: Aws::Types::CreateCustomPermissionsRequest

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)


2171
2172
2173
# File 'sig/types.rbs', line 2171

def 
  @aws_account_id
end

#capabilitiesTypes::Capabilities

Returns the value of attribute capabilities.

Returns:



2173
2174
2175
# File 'sig/types.rbs', line 2173

def capabilities
  @capabilities
end

#custom_permissions_name::String

Returns the value of attribute custom_permissions_name.

Returns:

  • (::String)


2172
2173
2174
# File 'sig/types.rbs', line 2172

def custom_permissions_name
  @custom_permissions_name
end

#governanceTypes::Governance

Returns the value of attribute governance.

Returns:



2174
2175
2176
# File 'sig/types.rbs', line 2174

def governance
  @governance
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2175
2176
2177
# File 'sig/types.rbs', line 2175

def tags
  @tags
end