Class: Aws::Types::ListSecurityProfileFlowModulesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_flow_modules::Array[Types::FlowModule]

Returns the value of attribute allowed_flow_modules.

Returns:



5379
5380
5381
# File 'sig/types.rbs', line 5379

def allowed_flow_modules
  @allowed_flow_modules
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


5382
5383
5384
# File 'sig/types.rbs', line 5382

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


5381
5382
5383
# File 'sig/types.rbs', line 5381

def last_modified_time
  @last_modified_time
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5380
5381
5382
# File 'sig/types.rbs', line 5380

def next_token
  @next_token
end