Class: Aws::Types::Invitation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


221
222
223
# File 'sig/types.rbs', line 221

def arn
  @arn
end

#creation_date ⇒ ::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


217
218
219
# File 'sig/types.rbs', line 217

def creation_date
  @creation_date
end

#expiration_date ⇒ ::Time

Returns the value of attribute expiration_date.

Returns:

  • (::Time)


218
219
220
# File 'sig/types.rbs', line 218

def expiration_date
  @expiration_date
end

#invitation_id ⇒ ::String

Returns the value of attribute invitation_id.

Returns:

  • (::String)


216
217
218
# File 'sig/types.rbs', line 216

def invitation_id
  @invitation_id
end

#network_summary ⇒ Types::NetworkSummary

Returns the value of attribute network_summary.



220
221
222
# File 'sig/types.rbs', line 220

def network_summary
  @network_summary
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "ACCEPTED", "ACCEPTING", "REJECTED", "EXPIRED")


219
220
221
# File 'sig/types.rbs', line 219

def status
  @status
end