Class: Aws::Types::CreateBackupAccessPointRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:access_point_metadata, :tags])

Instance Attribute Summary collapse

Instance Attribute Details

#access_point_metadata::Hash[::String, ::String]

Returns the value of attribute access_point_metadata.

Returns:

  • (::Hash[::String, ::String])


302
303
304
# File 'sig/types.rbs', line 302

def 
  @access_point_metadata
end

#access_point_policy::String

Returns the value of attribute access_point_policy.

Returns:

  • (::String)


303
304
305
# File 'sig/types.rbs', line 303

def access_point_policy
  @access_point_policy
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


304
305
306
# File 'sig/types.rbs', line 304

def name
  @name
end

#recovery_point_arn::String

Returns the value of attribute recovery_point_arn.

Returns:

  • (::String)


305
306
307
# File 'sig/types.rbs', line 305

def recovery_point_arn
  @recovery_point_arn
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


306
307
308
# File 'sig/types.rbs', line 306

def tags
  @tags
end