Class: Aws::Types::UpdateInfrastructureConfigurationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2118
2119
2120
# File 'sig/types.rbs', line 2118

def client_token
  @client_token
end

#infrastructure_configuration_arn ⇒ ::String

Returns the value of attribute infrastructure_configuration_arn.

Returns:

  • (::String)


2119
2120
2121
# File 'sig/types.rbs', line 2119

def infrastructure_configuration_arn
  @infrastructure_configuration_arn
end

#request_id ⇒ ::String

Returns the value of attribute request_id.

Returns:

  • (::String)


2117
2118
2119
# File 'sig/types.rbs', line 2117

def request_id
  @request_id
end