Class: Aws::Types::BackupSelectionsListMember

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_plan_id::String

Returns the value of attribute backup_plan_id.

Returns:

  • (::String)


170
171
172
# File 'sig/types.rbs', line 170

def backup_plan_id
  @backup_plan_id
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


171
172
173
# File 'sig/types.rbs', line 171

def creation_date
  @creation_date
end

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:

  • (::String)


172
173
174
# File 'sig/types.rbs', line 172

def creator_request_id
  @creator_request_id
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def iam_role_arn
  @iam_role_arn
end

#selection_id::String

Returns the value of attribute selection_id.

Returns:

  • (::String)


168
169
170
# File 'sig/types.rbs', line 168

def selection_id
  @selection_id
end

#selection_name::String

Returns the value of attribute selection_name.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def selection_name
  @selection_name
end