Class: Aws::Types::DescribeGatewayResponse

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)


1818
1819
1820
# File 'sig/types.rbs', line 1818

def creation_date
  @creation_date
end

#gateway_arn::String

Returns the value of attribute gateway_arn.

Returns:

  • (::String)


1814
1815
1816
# File 'sig/types.rbs', line 1814

def gateway_arn
  @gateway_arn
end

#gateway_capability_summaries::Array[Types::GatewayCapabilitySummary]

Returns the value of attribute gateway_capability_summaries.

Returns:



1817
1818
1819
# File 'sig/types.rbs', line 1817

def gateway_capability_summaries
  @gateway_capability_summaries
end

#gateway_id::String

Returns the value of attribute gateway_id.

Returns:

  • (::String)


1812
1813
1814
# File 'sig/types.rbs', line 1812

def gateway_id
  @gateway_id
end

#gateway_name::String

Returns the value of attribute gateway_name.

Returns:

  • (::String)


1813
1814
1815
# File 'sig/types.rbs', line 1813

def gateway_name
  @gateway_name
end

#gateway_platformTypes::GatewayPlatform

Returns the value of attribute gateway_platform.



1815
1816
1817
# File 'sig/types.rbs', line 1815

def gateway_platform
  @gateway_platform
end

#gateway_version::String

Returns the value of attribute gateway_version.

Returns:

  • (::String)


1816
1817
1818
# File 'sig/types.rbs', line 1816

def gateway_version
  @gateway_version
end

#last_update_date::Time

Returns the value of attribute last_update_date.

Returns:

  • (::Time)


1819
1820
1821
# File 'sig/types.rbs', line 1819

def last_update_date
  @last_update_date
end