Class: Aws::Types::CreateSubscriptionTargetInput

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])


1584
1585
1586
# File 'sig/types.rbs', line 1584

def applicable_asset_types
  @applicable_asset_types
end

#authorized_principals::Array[::String]

Returns the value of attribute authorized_principals.

Returns:

  • (::Array[::String])


1582
1583
1584
# File 'sig/types.rbs', line 1582

def authorized_principals
  @authorized_principals
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1586
1587
1588
# File 'sig/types.rbs', line 1586

def client_token
  @client_token
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


1577
1578
1579
# File 'sig/types.rbs', line 1577

def domain_identifier
  @domain_identifier
end

#environment_identifier::String

Returns the value of attribute environment_identifier.

Returns:

  • (::String)


1578
1579
1580
# File 'sig/types.rbs', line 1578

def environment_identifier
  @environment_identifier
end

#manage_access_role::String

Returns the value of attribute manage_access_role.

Returns:

  • (::String)


1583
1584
1585
# File 'sig/types.rbs', line 1583

def manage_access_role
  @manage_access_role
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1579
1580
1581
# File 'sig/types.rbs', line 1579

def name
  @name
end

#provider::String

Returns the value of attribute provider.

Returns:

  • (::String)


1585
1586
1587
# File 'sig/types.rbs', line 1585

def provider
  @provider
end

#subscription_grant_creation_mode"AUTOMATIC", "MANUAL"

Returns the value of attribute subscription_grant_creation_mode.

Returns:

  • ("AUTOMATIC", "MANUAL")


1587
1588
1589
# File 'sig/types.rbs', line 1587

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:



1581
1582
1583
# File 'sig/types.rbs', line 1581

def subscription_target_config
  @subscription_target_config
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


1580
1581
1582
# File 'sig/types.rbs', line 1580

def type
  @type
end