Class: Aws::Types::CreateSubscriptionDefinitionVersionResponse

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:



413
414
415
# File 'sig/types.rbs', line 413

def arn
  @arn
end

#creation_timestamp::String

Returns the value of attribute creation_timestamp.

Returns:



414
415
416
# File 'sig/types.rbs', line 414

def creation_timestamp
  @creation_timestamp
end

#id::String

Returns the value of attribute id.

Returns:



415
416
417
# File 'sig/types.rbs', line 415

def id
  @id
end

#version::String

Returns the value of attribute version.

Returns:



416
417
418
# File 'sig/types.rbs', line 416

def version
  @version
end