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)


2268
2269
2270
# File 'sig/types.rbs', line 2268

def 
  @aws_account_id
end

#capabilitiesTypes::Capabilities

Returns the value of attribute capabilities.

Returns:



2270
2271
2272
# File 'sig/types.rbs', line 2270

def capabilities
  @capabilities
end

#custom_permissions_name::String

Returns the value of attribute custom_permissions_name.

Returns:

  • (::String)


2269
2270
2271
# File 'sig/types.rbs', line 2269

def custom_permissions_name
  @custom_permissions_name
end

#governanceTypes::Governance

Returns the value of attribute governance.

Returns:



2271
2272
2273
# File 'sig/types.rbs', line 2271

def governance
  @governance
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2272
2273
2274
# File 'sig/types.rbs', line 2272

def tags
  @tags
end