Class: Aws::Types::ShareDetails

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)


2093
2094
2095
# File 'sig/types.rbs', line 2093

def creation_time
  @creation_time
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


2089
2090
2091
# File 'sig/types.rbs', line 2089

def owner_id
  @owner_id
end

#principal_subscriber::String

Returns the value of attribute principal_subscriber.

Returns:

  • (::String)


2088
2089
2090
# File 'sig/types.rbs', line 2088

def principal_subscriber
  @principal_subscriber
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


2086
2087
2088
# File 'sig/types.rbs', line 2086

def resource_arn
  @resource_arn
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


2087
2088
2089
# File 'sig/types.rbs', line 2087

def resource_id
  @resource_id
end

#share_id::String

Returns the value of attribute share_id.

Returns:

  • (::String)


2085
2086
2087
# File 'sig/types.rbs', line 2085

def share_id
  @share_id
end

#share_name::String

Returns the value of attribute share_name.

Returns:

  • (::String)


2092
2093
2094
# File 'sig/types.rbs', line 2092

def share_name
  @share_name
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "ACTIVATING", "ACTIVE", "DELETING", "DELETED", "FAILED")


2090
2091
2092
# File 'sig/types.rbs', line 2090

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


2091
2092
2093
# File 'sig/types.rbs', line 2091

def status_message
  @status_message
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


2094
2095
2096
# File 'sig/types.rbs', line 2094

def update_time
  @update_time
end