Class: Aws::Types::PartnerEventSourceAccount

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#account::String

Returns the value of attribute account.



898
899
900
# File 'sig/types.rbs', line 898

def 
  @account
end

#creation_time::Time

Returns the value of attribute creation_time.



899
900
901
# File 'sig/types.rbs', line 899

def creation_time
  @creation_time
end

#expiration_time::Time

Returns the value of attribute expiration_time.



900
901
902
# File 'sig/types.rbs', line 900

def expiration_time
  @expiration_time
end

#state"PENDING", ...

Returns the value of attribute state.



901
902
903
# File 'sig/types.rbs', line 901

def state
  @state
end