Class: Aws::Types::SubscriptionDescription

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)


485
486
487
# File 'sig/types.rbs', line 485

def activated_at
  @activated_at
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


481
482
483
# File 'sig/types.rbs', line 481

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


483
484
485
# File 'sig/types.rbs', line 483

def created_at
  @created_at
end

#deactivated_at::Time

Returns the value of attribute deactivated_at.

Returns:

  • (::Time)


486
487
488
# File 'sig/types.rbs', line 486

def deactivated_at
  @deactivated_at
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


479
480
481
# File 'sig/types.rbs', line 479

def domain_id
  @domain_id
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


484
485
486
# File 'sig/types.rbs', line 484

def last_updated_at
  @last_updated_at
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

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


482
483
484
# File 'sig/types.rbs', line 482

def status
  @status
end

#subscription_id::String

Returns the value of attribute subscription_id.

Returns:

  • (::String)


480
481
482
# File 'sig/types.rbs', line 480

def subscription_id
  @subscription_id
end