Class: Aws::Types::AssessmentFrameworkShareRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:compliance_type])

Instance Attribute Summary collapse

Instance Attribute Details

#comment ⇒ ::String

Returns the value of attribute comment.

Returns:

  • (::String)


119
120
121
# File 'sig/types.rbs', line 119

def comment
  @comment
end

#compliance_type ⇒ ::String

Returns the value of attribute compliance_type.

Returns:

  • (::String)


122
123
124
# File 'sig/types.rbs', line 122

def compliance_type
  @compliance_type
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


117
118
119
# File 'sig/types.rbs', line 117

def creation_time
  @creation_time
end

#custom_controls_count ⇒ ::Integer

Returns the value of attribute custom_controls_count.

Returns:

  • (::Integer)


121
122
123
# File 'sig/types.rbs', line 121

def custom_controls_count
  @custom_controls_count
end

#destination_account ⇒ ::String

Returns the value of attribute destination_account.

Returns:

  • (::String)


114
115
116
# File 'sig/types.rbs', line 114

def 
  @destination_account
end

#destination_region ⇒ ::String

Returns the value of attribute destination_region.

Returns:

  • (::String)


115
116
117
# File 'sig/types.rbs', line 115

def destination_region
  @destination_region
end

#expiration_time ⇒ ::Time

Returns the value of attribute expiration_time.

Returns:

  • (::Time)


116
117
118
# File 'sig/types.rbs', line 116

def expiration_time
  @expiration_time
end

#framework_description ⇒ ::String

Returns the value of attribute framework_description.

Returns:

  • (::String)


111
112
113
# File 'sig/types.rbs', line 111

def framework_description
  @framework_description
end

#framework_id ⇒ ::String

Returns the value of attribute framework_id.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

def framework_id
  @framework_id
end

#framework_name ⇒ ::String

Returns the value of attribute framework_name.

Returns:

  • (::String)


110
111
112
# File 'sig/types.rbs', line 110

def framework_name
  @framework_name
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def id
  @id
end

#last_updated ⇒ ::Time

Returns the value of attribute last_updated.

Returns:

  • (::Time)


118
119
120
# File 'sig/types.rbs', line 118

def last_updated
  @last_updated
end

#source_account ⇒ ::String

Returns the value of attribute source_account.

Returns:

  • (::String)


113
114
115
# File 'sig/types.rbs', line 113

def 
  @source_account
end

#standard_controls_count ⇒ ::Integer

Returns the value of attribute standard_controls_count.

Returns:

  • (::Integer)


120
121
122
# File 'sig/types.rbs', line 120

def standard_controls_count
  @standard_controls_count
end

#status ⇒ "ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "REPLICATING", "SHARED", "EXPIRING", "FAILED", "EXPIRED", "DECLINED", "REVOKED")


112
113
114
# File 'sig/types.rbs', line 112

def status
  @status
end