Class: Aws::Types::Destination

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#file_system_id::String

Returns the value of attribute file_system_id.

Returns:

  • (::String)


272
273
274
# File 'sig/types.rbs', line 272

def file_system_id
  @file_system_id
end

#last_replicated_timestamp::Time

Returns the value of attribute last_replicated_timestamp.

Returns:

  • (::Time)


274
275
276
# File 'sig/types.rbs', line 274

def last_replicated_timestamp
  @last_replicated_timestamp
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


275
276
277
# File 'sig/types.rbs', line 275

def owner_id
  @owner_id
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


273
274
275
# File 'sig/types.rbs', line 273

def region
  @region
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


277
278
279
# File 'sig/types.rbs', line 277

def role_arn
  @role_arn
end

#status"ENABLED", ...

Returns the value of attribute status.

Returns:

  • ("ENABLED", "ENABLING", "DELETING", "ERROR", "PAUSED", "PAUSING")


271
272
273
# File 'sig/types.rbs', line 271

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


276
277
278
# File 'sig/types.rbs', line 276

def status_message
  @status_message
end