Class: Aws::Types::ListSecurityProfileApplicationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#applications::Array[Types::Application]

Returns the value of attribute applications.

Returns:



5363
5364
5365
# File 'sig/types.rbs', line 5363

def applications
  @applications
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


5366
5367
5368
# File 'sig/types.rbs', line 5366

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


5365
5366
5367
# File 'sig/types.rbs', line 5365

def last_modified_time
  @last_modified_time
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5364
5365
5366
# File 'sig/types.rbs', line 5364

def next_token
  @next_token
end