Class: Aws::Types::CreateSubscriptionTargetOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name])

Instance Attribute Summary collapse

Instance Attribute Details

#applicable_asset_types::Array[::String]

Returns the value of attribute applicable_asset_types.

Returns:

  • (::Array[::String])


1604
1605
1606
# File 'sig/types.rbs', line 1604

def applicable_asset_types
  @applicable_asset_types
end

#authorized_principals::Array[::String]

Returns the value of attribute authorized_principals.

Returns:

  • (::Array[::String])


1593
1594
1595
# File 'sig/types.rbs', line 1593

def authorized_principals
  @authorized_principals
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1601
1602
1603
# File 'sig/types.rbs', line 1601

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


1599
1600
1601
# File 'sig/types.rbs', line 1599

def created_by
  @created_by
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


1594
1595
1596
# File 'sig/types.rbs', line 1594

def domain_id
  @domain_id
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


1596
1597
1598
# File 'sig/types.rbs', line 1596

def environment_id
  @environment_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1592
1593
1594
# File 'sig/types.rbs', line 1592

def id
  @id
end

#manage_access_role::String

Returns the value of attribute manage_access_role.

Returns:

  • (::String)


1603
1604
1605
# File 'sig/types.rbs', line 1603

def manage_access_role
  @manage_access_role
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1597
1598
1599
# File 'sig/types.rbs', line 1597

def name
  @name
end

#project_id::String

Returns the value of attribute project_id.

Returns:

  • (::String)


1595
1596
1597
# File 'sig/types.rbs', line 1595

def project_id
  @project_id
end

#provider::String

Returns the value of attribute provider.

Returns:

  • (::String)


1606
1607
1608
# File 'sig/types.rbs', line 1606

def provider
  @provider
end

#subscription_grant_creation_mode"AUTOMATIC", "MANUAL"

Returns the value of attribute subscription_grant_creation_mode.

Returns:

  • ("AUTOMATIC", "MANUAL")


1607
1608
1609
# File 'sig/types.rbs', line 1607

def subscription_grant_creation_mode
  @subscription_grant_creation_mode
end

#subscription_target_config::Array[Types::SubscriptionTargetForm]

Returns the value of attribute subscription_target_config.

Returns:



1605
1606
1607
# File 'sig/types.rbs', line 1605

def subscription_target_config
  @subscription_target_config
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


1598
1599
1600
# File 'sig/types.rbs', line 1598

def type
  @type
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1602
1603
1604
# File 'sig/types.rbs', line 1602

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


1600
1601
1602
# File 'sig/types.rbs', line 1600

def updated_by
  @updated_by
end