Class: Aws::Types::GetSubscriptionDefinitionVersionResponse

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)


950
951
952
# File 'sig/types.rbs', line 950

def arn
  @arn
end

#creation_timestamp::String

Returns the value of attribute creation_timestamp.

Returns:

  • (::String)


951
952
953
# File 'sig/types.rbs', line 951

def creation_timestamp
  @creation_timestamp
end

#definitionTypes::SubscriptionDefinitionVersion

Returns the value of attribute definition.



952
953
954
# File 'sig/types.rbs', line 952

def definition
  @definition
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


953
954
955
# File 'sig/types.rbs', line 953

def id
  @id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


954
955
956
# File 'sig/types.rbs', line 954

def next_token
  @next_token
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


955
956
957
# File 'sig/types.rbs', line 955

def version
  @version
end