Class: Aws::Types::GetConfigResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#config_arn ⇒ ::String

Returns the value of attribute config_arn.

Returns:

  • (::String)


661
662
663
# File 'sig/types.rbs', line 661

def config_arn
  @config_arn
end

#config_data ⇒ Types::ConfigTypeData

Returns the value of attribute config_data.



664
665
666
# File 'sig/types.rbs', line 664

def config_data
  @config_data
end

#config_id ⇒ ::String

Returns the value of attribute config_id.

Returns:

  • (::String)


660
661
662
# File 'sig/types.rbs', line 660

def config_id
  @config_id
end

#config_type ⇒ "antenna-downlink", ...

Returns the value of attribute config_type.

Returns:

  • ("antenna-downlink", "antenna-downlink-demod-decode", "tracking", "dataflow-endpoint", "antenna-uplink", "uplink-echo", "s3-recording", "telemetry-sink")


663
664
665
# File 'sig/types.rbs', line 663

def config_type
  @config_type
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


662
663
664
# File 'sig/types.rbs', line 662

def name
  @name
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


665
666
667
# File 'sig/types.rbs', line 665

def tags
  @tags
end