Class: Aws::Types::AssociatedSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


71
72
73
# File 'sig/types.rbs', line 71

def creation_time
  @creation_time
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


70
71
72
# File 'sig/types.rbs', line 70

def last_updated_time
  @last_updated_time
end

#resource_share_arn::String

Returns the value of attribute resource_share_arn.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def resource_share_arn
  @resource_share_arn
end

#source_id::String

Returns the value of attribute source_id.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def source_id
  @source_id
end

#source_type::String

Returns the value of attribute source_type.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def source_type
  @source_type
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


69
70
71
# File 'sig/types.rbs', line 69

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


72
73
74
# File 'sig/types.rbs', line 72

def status_message
  @status_message
end