Class: Aws::Types::CreateSubscriptionGrantOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assets::Array[Types::SubscribedAsset]

Returns the value of attribute assets.

Returns:



1541
1542
1543
# File 'sig/types.rbs', line 1541

def assets
  @assets
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1535
1536
1537
# File 'sig/types.rbs', line 1535

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


1532
1533
1534
# File 'sig/types.rbs', line 1532

def created_by
  @created_by
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


1534
1535
1536
# File 'sig/types.rbs', line 1534

def domain_id
  @domain_id
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


1537
1538
1539
# File 'sig/types.rbs', line 1537

def environment_id
  @environment_id
end

#granted_entityTypes::GrantedEntity

Returns the value of attribute granted_entity.



1539
1540
1541
# File 'sig/types.rbs', line 1539

def granted_entity
  @granted_entity
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1531
1532
1533
# File 'sig/types.rbs', line 1531

def id
  @id
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "IN_PROGRESS", "GRANT_FAILED", "REVOKE_FAILED", "GRANT_AND_REVOKE_FAILED", "COMPLETED", "INACCESSIBLE")


1540
1541
1542
# File 'sig/types.rbs', line 1540

def status
  @status
end

#subscription_id::String

Returns the value of attribute subscription_id.

Returns:

  • (::String)


1542
1543
1544
# File 'sig/types.rbs', line 1542

def subscription_id
  @subscription_id
end

#subscription_target_id::String

Returns the value of attribute subscription_target_id.

Returns:

  • (::String)


1538
1539
1540
# File 'sig/types.rbs', line 1538

def subscription_target_id
  @subscription_target_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1536
1537
1538
# File 'sig/types.rbs', line 1536

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


1533
1534
1535
# File 'sig/types.rbs', line 1533

def updated_by
  @updated_by
end