Class: Aws::Types::SubscribedAsset

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


6051
6052
6053
# File 'sig/types.rbs', line 6051

def asset_id
  @asset_id
end

#asset_revision::String

Returns the value of attribute asset_revision.

Returns:

  • (::String)


6052
6053
6054
# File 'sig/types.rbs', line 6052

def asset_revision
  @asset_revision
end

#asset_scopeTypes::AssetScope

Returns the value of attribute asset_scope.

Returns:



6058
6059
6060
# File 'sig/types.rbs', line 6058

def asset_scope
  @asset_scope
end

#failure_causeTypes::FailureCause

Returns the value of attribute failure_cause.

Returns:



6055
6056
6057
# File 'sig/types.rbs', line 6055

def failure_cause
  @failure_cause
end

#failure_timestamp::Time

Returns the value of attribute failure_timestamp.

Returns:

  • (::Time)


6057
6058
6059
# File 'sig/types.rbs', line 6057

def failure_timestamp
  @failure_timestamp
end

#granted_timestamp::Time

Returns the value of attribute granted_timestamp.

Returns:

  • (::Time)


6056
6057
6058
# File 'sig/types.rbs', line 6056

def granted_timestamp
  @granted_timestamp
end

#permissionsTypes::Permissions

Returns the value of attribute permissions.

Returns:



6059
6060
6061
# File 'sig/types.rbs', line 6059

def permissions
  @permissions
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")


6053
6054
6055
# File 'sig/types.rbs', line 6053

def status
  @status
end

#target_name::String

Returns the value of attribute target_name.

Returns:

  • (::String)


6054
6055
6056
# File 'sig/types.rbs', line 6054

def target_name
  @target_name
end