Class: Aws::Types::DescribeRoleCustomPermissionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_permissions_name::String

Returns the value of attribute custom_permissions_name.

Returns:

  • (::String)


4959
4960
4961
# File 'sig/types.rbs', line 4959

def custom_permissions_name
  @custom_permissions_name
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4960
4961
4962
# File 'sig/types.rbs', line 4960

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4961
4962
4963
# File 'sig/types.rbs', line 4961

def status
  @status
end