Class: Aws::Types::UpdateSubscriptionTargetInput

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


6897
6898
6899
# File 'sig/types.rbs', line 6897

def applicable_asset_types
  @applicable_asset_types
end

#authorized_principals::Array[::String]

Returns the value of attribute authorized_principals.

Returns:

  • (::Array[::String])


6896
6897
6898
# File 'sig/types.rbs', line 6896

def authorized_principals
  @authorized_principals
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


6892
6893
6894
# File 'sig/types.rbs', line 6892

def domain_identifier
  @domain_identifier
end

#environment_identifier::String

Returns the value of attribute environment_identifier.

Returns:

  • (::String)


6893
6894
6895
# File 'sig/types.rbs', line 6893

def environment_identifier
  @environment_identifier
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


6894
6895
6896
# File 'sig/types.rbs', line 6894

def identifier
  @identifier
end

#manage_access_role::String

Returns the value of attribute manage_access_role.

Returns:

  • (::String)


6899
6900
6901
# File 'sig/types.rbs', line 6899

def manage_access_role
  @manage_access_role
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6895
6896
6897
# File 'sig/types.rbs', line 6895

def name
  @name
end

#provider::String

Returns the value of attribute provider.

Returns:

  • (::String)


6900
6901
6902
# File 'sig/types.rbs', line 6900

def provider
  @provider
end

#subscription_grant_creation_mode"AUTOMATIC", "MANUAL"

Returns the value of attribute subscription_grant_creation_mode.

Returns:

  • ("AUTOMATIC", "MANUAL")


6901
6902
6903
# File 'sig/types.rbs', line 6901

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:



6898
6899
6900
# File 'sig/types.rbs', line 6898

def subscription_target_config
  @subscription_target_config
end