Class: Aws::Types::CreateSubscriptionOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activated_at::Time

Returns the value of attribute activated_at.

Returns:

  • (::Time)


89
90
91
# File 'sig/types.rbs', line 89

def activated_at
  @activated_at
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


87
88
89
# File 'sig/types.rbs', line 87

def created_at
  @created_at
end

#deactivated_at::Time

Returns the value of attribute deactivated_at.

Returns:

  • (::Time)


90
91
92
# File 'sig/types.rbs', line 90

def deactivated_at
  @deactivated_at
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


83
84
85
# File 'sig/types.rbs', line 83

def domain_id
  @domain_id
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


88
89
90
# File 'sig/types.rbs', line 88

def last_updated_at
  @last_updated_at
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE", "DELETED")


86
87
88
# File 'sig/types.rbs', line 86

def status
  @status
end

#subscription_id::String

Returns the value of attribute subscription_id.

Returns:

  • (::String)


84
85
86
# File 'sig/types.rbs', line 84

def subscription_id
  @subscription_id
end