Class: Aws::Types::UpdateSubscriptionGrantStatusInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_identifier::String

Returns the value of attribute asset_identifier.

Returns:

  • (::String)


6843
6844
6845
# File 'sig/types.rbs', line 6843

def asset_identifier
  @asset_identifier
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


6841
6842
6843
# File 'sig/types.rbs', line 6841

def domain_identifier
  @domain_identifier
end

#failure_causeTypes::FailureCause

Returns the value of attribute failure_cause.

Returns:



6845
6846
6847
# File 'sig/types.rbs', line 6845

def failure_cause
  @failure_cause
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


6842
6843
6844
# File 'sig/types.rbs', line 6842

def identifier
  @identifier
end

#status"GRANT_PENDING", ...

Returns the value of attribute status.

Returns:

  • ("GRANT_PENDING", "REVOKE_PENDING", "GRANT_IN_PROGRESS", "REVOKE_IN_PROGRESS", "GRANTED", "REVOKED", "GRANT_FAILED", "REVOKE_FAILED")


6844
6845
6846
# File 'sig/types.rbs', line 6844

def status
  @status
end

#target_name::String

Returns the value of attribute target_name.

Returns:

  • (::String)


6846
6847
6848
# File 'sig/types.rbs', line 6846

def target_name
  @target_name
end