Class: Aws::Types::CreateCustomPermissionsResponse

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)


2181
2182
2183
# File 'sig/types.rbs', line 2181

def arn
  @arn
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


2182
2183
2184
# File 'sig/types.rbs', line 2182

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


2180
2181
2182
# File 'sig/types.rbs', line 2180

def status
  @status
end