Class: Aws::Types::CreateSubscriptionRequestOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:request_reason, :decision_comment])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1564
1565
1566
# File 'sig/types.rbs', line 1564

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


1560
1561
1562
# File 'sig/types.rbs', line 1560

def created_by
  @created_by
end

#decision_comment::String

Returns the value of attribute decision_comment.

Returns:

  • (::String)


1570
1571
1572
# File 'sig/types.rbs', line 1570

def decision_comment
  @decision_comment
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


1562
1563
1564
# File 'sig/types.rbs', line 1562

def domain_id
  @domain_id
end

#existing_subscription_id::String

Returns the value of attribute existing_subscription_id.

Returns:

  • (::String)


1571
1572
1573
# File 'sig/types.rbs', line 1571

def existing_subscription_id
  @existing_subscription_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1559
1560
1561
# File 'sig/types.rbs', line 1559

def id
  @id
end

#metadata_forms::Array[Types::FormOutput]

Returns the value of attribute metadata_forms.

Returns:



1572
1573
1574
# File 'sig/types.rbs', line 1572

def 
  @metadata_forms
end

#request_reason::String

Returns the value of attribute request_reason.

Returns:

  • (::String)


1566
1567
1568
# File 'sig/types.rbs', line 1566

def request_reason
  @request_reason
end

#reviewer_id::String

Returns the value of attribute reviewer_id.

Returns:

  • (::String)


1569
1570
1571
# File 'sig/types.rbs', line 1569

def reviewer_id
  @reviewer_id
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "ACCEPTED", "REJECTED")


1563
1564
1565
# File 'sig/types.rbs', line 1563

def status
  @status
end

#subscribed_listings::Array[Types::SubscribedListing]

Returns the value of attribute subscribed_listings.

Returns:



1568
1569
1570
# File 'sig/types.rbs', line 1568

def subscribed_listings
  @subscribed_listings
end

#subscribed_principals::Array[Types::SubscribedPrincipal]

Returns the value of attribute subscribed_principals.

Returns:



1567
1568
1569
# File 'sig/types.rbs', line 1567

def subscribed_principals
  @subscribed_principals
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1565
1566
1567
# File 'sig/types.rbs', line 1565

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


1561
1562
1563
# File 'sig/types.rbs', line 1561

def updated_by
  @updated_by
end