Class: Aws::Types::ListResourceConfigurationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_verification_identifier::String

Returns the value of attribute domain_verification_identifier.

Returns:

  • (::String)


890
891
892
# File 'sig/types.rbs', line 890

def domain_verification_identifier
  @domain_verification_identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


891
892
893
# File 'sig/types.rbs', line 891

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


892
893
894
# File 'sig/types.rbs', line 892

def next_token
  @next_token
end

#resource_configuration_group_identifier::String

Returns the value of attribute resource_configuration_group_identifier.

Returns:

  • (::String)


889
890
891
# File 'sig/types.rbs', line 889

def resource_configuration_group_identifier
  @resource_configuration_group_identifier
end

#resource_gateway_identifier::String

Returns the value of attribute resource_gateway_identifier.

Returns:

  • (::String)


888
889
890
# File 'sig/types.rbs', line 888

def resource_gateway_identifier
  @resource_gateway_identifier
end