Class: Aws::Types::ListSecurityProfilePermissionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


5465
5466
5467
# File 'sig/types.rbs', line 5465

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


5464
5465
5466
# File 'sig/types.rbs', line 5464

def last_modified_time
  @last_modified_time
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5463
5464
5465
# File 'sig/types.rbs', line 5463

def next_token
  @next_token
end

#permissions::Array[::String]

Returns the value of attribute permissions.

Returns:

  • (::Array[::String])


5462
5463
5464
# File 'sig/types.rbs', line 5462

def permissions
  @permissions
end