Class: Aws::Types::UpdateSubscriptionTargetOutput

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


6919
6920
6921
# File 'sig/types.rbs', line 6919

def applicable_asset_types
  @applicable_asset_types
end

#authorized_principals::Array[::String]

Returns the value of attribute authorized_principals.

Returns:

  • (::Array[::String])


6908
6909
6910
# File 'sig/types.rbs', line 6908

def authorized_principals
  @authorized_principals
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


6916
6917
6918
# File 'sig/types.rbs', line 6916

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


6914
6915
6916
# File 'sig/types.rbs', line 6914

def created_by
  @created_by
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


6909
6910
6911
# File 'sig/types.rbs', line 6909

def domain_id
  @domain_id
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


6911
6912
6913
# File 'sig/types.rbs', line 6911

def environment_id
  @environment_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6907
6908
6909
# File 'sig/types.rbs', line 6907

def id
  @id
end

#manage_access_role::String

Returns the value of attribute manage_access_role.

Returns:

  • (::String)


6918
6919
6920
# File 'sig/types.rbs', line 6918

def manage_access_role
  @manage_access_role
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6912
6913
6914
# File 'sig/types.rbs', line 6912

def name
  @name
end

#project_id::String

Returns the value of attribute project_id.

Returns:

  • (::String)


6910
6911
6912
# File 'sig/types.rbs', line 6910

def project_id
  @project_id
end

#provider::String

Returns the value of attribute provider.

Returns:

  • (::String)


6921
6922
6923
# File 'sig/types.rbs', line 6921

def provider
  @provider
end

#subscription_grant_creation_mode"AUTOMATIC", "MANUAL"

Returns the value of attribute subscription_grant_creation_mode.

Returns:

  • ("AUTOMATIC", "MANUAL")


6922
6923
6924
# File 'sig/types.rbs', line 6922

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:



6920
6921
6922
# File 'sig/types.rbs', line 6920

def subscription_target_config
  @subscription_target_config
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


6913
6914
6915
# File 'sig/types.rbs', line 6913

def type
  @type
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


6917
6918
6919
# File 'sig/types.rbs', line 6917

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


6915
6916
6917
# File 'sig/types.rbs', line 6915

def updated_by
  @updated_by
end