Class: Aws::Types::GatewaySummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


2266
2267
2268
# File 'sig/types.rbs', line 2266

def creation_date
  @creation_date
end

#gateway_capability_summaries::Array[Types::GatewayCapabilitySummary]

Returns the value of attribute gateway_capability_summaries.

Returns:



2265
2266
2267
# File 'sig/types.rbs', line 2265

def gateway_capability_summaries
  @gateway_capability_summaries
end

#gateway_id::String

Returns the value of attribute gateway_id.

Returns:

  • (::String)


2261
2262
2263
# File 'sig/types.rbs', line 2261

def gateway_id
  @gateway_id
end

#gateway_name::String

Returns the value of attribute gateway_name.

Returns:

  • (::String)


2262
2263
2264
# File 'sig/types.rbs', line 2262

def gateway_name
  @gateway_name
end

#gateway_platformTypes::GatewayPlatform

Returns the value of attribute gateway_platform.



2263
2264
2265
# File 'sig/types.rbs', line 2263

def gateway_platform
  @gateway_platform
end

#gateway_version::String

Returns the value of attribute gateway_version.

Returns:

  • (::String)


2264
2265
2266
# File 'sig/types.rbs', line 2264

def gateway_version
  @gateway_version
end

#last_update_date::Time

Returns the value of attribute last_update_date.

Returns:

  • (::Time)


2267
2268
2269
# File 'sig/types.rbs', line 2267

def last_update_date
  @last_update_date
end