Class: Aws::Types::ListProfilePermissionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


166
167
168
# File 'sig/types.rbs', line 166

def next_token
  @next_token
end

#permissions::Array[Types::Permission]

Returns the value of attribute permissions.

Returns:



165
166
167
# File 'sig/types.rbs', line 165

def permissions
  @permissions
end

#policy_size_bytes::Integer

Returns the value of attribute policy_size_bytes.

Returns:

  • (::Integer)


164
165
166
# File 'sig/types.rbs', line 164

def policy_size_bytes
  @policy_size_bytes
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def revision_id
  @revision_id
end