Class: Aws::Types::DestinationToCreate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone_name::String

Returns the value of attribute availability_zone_name.

Returns:

  • (::String)


283
284
285
# File 'sig/types.rbs', line 283

def availability_zone_name
  @availability_zone_name
end

#file_system_id::String

Returns the value of attribute file_system_id.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def file_system_id
  @file_system_id
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


284
285
286
# File 'sig/types.rbs', line 284

def kms_key_id
  @kms_key_id
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


282
283
284
# File 'sig/types.rbs', line 282

def region
  @region
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


286
287
288
# File 'sig/types.rbs', line 286

def role_arn
  @role_arn
end