Class: Aws::Types::GetSubscriptionDefinitionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


931
932
933
# File 'sig/types.rbs', line 931

def arn
  @arn
end

#creation_timestamp::String

Returns the value of attribute creation_timestamp.

Returns:

  • (::String)


932
933
934
# File 'sig/types.rbs', line 932

def creation_timestamp
  @creation_timestamp
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


933
934
935
# File 'sig/types.rbs', line 933

def id
  @id
end

#last_updated_timestamp::String

Returns the value of attribute last_updated_timestamp.

Returns:

  • (::String)


934
935
936
# File 'sig/types.rbs', line 934

def last_updated_timestamp
  @last_updated_timestamp
end

#latest_version::String

Returns the value of attribute latest_version.

Returns:

  • (::String)


935
936
937
# File 'sig/types.rbs', line 935

def latest_version
  @latest_version
end

#latest_version_arn::String

Returns the value of attribute latest_version_arn.

Returns:

  • (::String)


936
937
938
# File 'sig/types.rbs', line 936

def latest_version_arn
  @latest_version_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


937
938
939
# File 'sig/types.rbs', line 937

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


938
939
940
# File 'sig/types.rbs', line 938

def tags
  @tags
end