Class: Aws::Types::UpdateSubscriptionRequestInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:request_reason])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


6867
6868
6869
# File 'sig/types.rbs', line 6867

def domain_identifier
  @domain_identifier
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


6868
6869
6870
# File 'sig/types.rbs', line 6868

def identifier
  @identifier
end

#request_reason::String

Returns the value of attribute request_reason.

Returns:

  • (::String)


6869
6870
6871
# File 'sig/types.rbs', line 6869

def request_reason
  @request_reason
end